home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON06
/
ACT06B
/
L06B1.dir
/
scripts_27_playagain.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-07-12
|
277 b
|
10 lines
on mouseDown
if bounceButton(the clickOn) then
the itemDelimiter = "."
theMovie = item 1 of the movieName
the itemDelimiter = ","
put value(the last char in theMovie) + 1 into char length(theMovie) of theMovie
go(1, the moviePath & theMovie)
end if
end